home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / GLASNET.NAV < prev    next >
Text File  |  1995-12-14  |  668b  |  30 lines

  1. ;Glasnet
  2.  
  3. set TelnetCommand=telnet \{system} \{port}\r\n
  4. set CRLFProcessing=0
  5.  
  6. cancelon ^ERROR^NO CARRIER^NO DIALTONE^BUSY^
  7. send ATDP {DialNumber}\r
  8.  
  9. waitfor login:
  10. send {DialLogin}\r\n
  11. waitfor Password:
  12. send {DialPass}\r\n
  13.  
  14. waitfor terminal type):
  15. send \r\n
  16.  
  17. waitfor selection:
  18. send pop\r\n
  19.  
  20. ;This is only if when you see the selection:  menu choice and type an i, you 
  21. ;get to a UNIX prompt.  There is no way for me to tell this here.  If you do 
  22. ;get a UNIX prompt when you type and i at the selection: prompt, then 
  23. ;continue the serial.nav as below: 
  24. ;
  25. ;waitfor (whatever the UNIX prompt looks like) 
  26. ;send exec srialpop
  27. ;
  28. waitfor %
  29.  
  30.